﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
body {
    width: 100%;
    min-width: 1300px;
    font-family: '微软雅黑';
    font-size: 15px;
    color: #333;
    background: #fff;
}
 .article-page{
 text-align:center;
 font-size:15px;
}
 .demo{
 margin:20px 0px 0px;
 display:inline-block;
 padding-left:0;
 border-radius: 4px;
 list-style:none;
 }
 .demo>li{
  display:inline-block;
  list-style:none;
  text-align:center;
 }

.demo>li:last-child>a, .demo>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.demo>li:first-child>a, .demo>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.demo>li>b {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	font-width:700;
}
.demo>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}




a {
    color: #333;
}
.top-left{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-nav{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
}
.header-nav-selectd{
    border-top: 2px solid #0da574;
    color: #0da574;
    padding-top: 13px !important;
}
.header-nav>a{
    font-size: 16px;
    padding: 15px 24px;
}
.header-icon>img{
   height: 100%;

}
.header-icon{
    display: flex;
    text-align: center;

}
.header-icon>div:nth-child(2){
    padding-right: 22px;
}
.header-icon>div{
    padding: 5px;
}

.header-icon>div>h2 {
    font-size: 2em;
}

.header-icon>div:last-child{
    
    border-left: 1px solid #eee;
   
    line-height: 36px;
    padding:7px 0 0 22px;
}
.header-icon>div:last-child>p:first-child{
    letter-spacing: 0.2em;
    font-size: 1.8em;
}
.top-left>div:last-child img{
    width: 40px;
}
.top-left>div:last-child>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-left-span{
    font-size: 18px;
    word-break: normal;
    max-width: 40px;
    line-height: 20px;
    display:block;
    white-space:pre-wrap;
    word-wrap : break-word ;
    overflow: hidden;
    color:#ff9a2d;
    font-weight: bold;
}
.top-left-span2{
    font-weight: bold;
    font-size: 30px;
    padding-left: 5px;
    color: #ff9a2d;
}
.top{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.p7,.banner{
    height: 420px;
}
.banner img{
    width: 100%;
     height: 420px;
    min-height: 420px;
    max-height: 420px;
    object-fit: cover;
}
.banner-other img{
    width: 100%;
}
.wap-menu{
    display: none;
}
.phone-nav{
    display: none;
}
.p7 .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
}
@media screen and (max-width: 640px)  {
    .banner,.banner-other{
        padding-top: 0.85rem;
    }
    .p7, .banner{
        height: 160px;
    }
    .banner img {
       width: 100%;
        min-height: 160px;
        max-height: 160px;
        object-fit: cover;
    }
    .top {
        padding: 0.1rem 0 !important;
        border-bottom: 1px solid #eee !important;
        position: fixed;
        width: 100%;
        z-index: 9999;
        background: #fff;
    }
    body{
        min-width: 0 !important;
    }
    .top-left {
        width: 96% !important;
        justify-content: center;
    }
    .header-icon>img {
        height: 0.5rem !important;
        align-self: center;
    }
        .top-left>div:last-child img {
          width: 0.4rem;
        }
        .top-left-span2 {
            font-weight: bold !important;
            font-size: 0.2rem !important;
            padding-left: 1px !important;
            color: #ff9a2d !important;
            white-space: nowrap;
        }
        .top-left-span {
           
            display: none !important;
           
        }

        .header-nav {
            width: 100% !important;
            margin: 0 auto !important;
            display: none !important;
            justify-content: space-between !important;
            flex-wrap: wrap !important;
            font-size: 0.1rem !important;
           
        }
        .header-nav>a {
            flex-basis: 24.7%;
            font-size: 2.9em !important;
            padding:0px 0px !important; 
            text-align: center;
            color: #fff !important;
            background-color: #0da574;
            margin-bottom: 1px;
            line-height: 28px;
        }
        .header-nav-selectd{
            border-top: none !important;
        }
        .header-icon>div:nth-child(2) {
            width: 4rem;
            padding-right: 2px;
            padding: 1px 1px;
        }
        .header-icon>div:last-child {
            display: none;
            width: 1.8rem;
            padding-right: 2px;
            border-left: 1px solid #eee;
            line-height: 0.2rem;
            padding: 5px 1px ;
        }
    .top-left>div:last-child>div{
        display: none;
    }
        .header-icon>div img{
            width: 100%;
            display: none;
        }
        .header-icon>div>h2{
            font-size: 0.4rem;
        }
        .header-icon>div:last-child>p:first-child {
            letter-spacing: 0.1rem;
            font-size: 0.2rem;
        }
        .wap-menu{
            display: block;
            position: absolute;
            top: 0;
            left: 10px;
            bottom: 0;
            margin: auto;
            width: 23px;
            height: 23px;
            background: url(/templets/default/images/wap-menu.png) no-repeat center;
            background-size: 100%;
        }
    .banner img{
        height: 160px;
    }
    .phone-nav{
        display: none;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 99991;
        background-color: rgba(0,0,0,.8);
    }
    .nav-content{
        width: 50%;
        background: #fff;
        height: 100%;
    }
    .nav-content>ul>li{
        line-height: 0.7rem;
        border-bottom: 1px solid #eee;
        font-size: 0.3rem;
        letter-spacing: 0.01rem;
        text-align: center;
    }
    .nav-menu{
        height: 1rem;
        cursor: pointer;
        position: absolute;
        top: 45%;
        left: 50%;
        z-index: 99999;
        width: 20px;
        background: #fff url(/templets/default/images/sidenav-jt.png) no-repeat center;
        background-size: 50%;
        border-radius: 0 100% 100% 0/50% ;
    }
    .nav-content>ul>li.on{

        border-bottom: 2px solid #0da574;
    }
    .nav-content>ul>li.on>a {
        color: #0da574;
    }

    }